Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing Macintosh Storage Objects


Q3MacintoshStorage_Set

You can use the Q3MacintoshStorage_Set function to set information about a Macintosh storage object.

TQ3Status Q3MacintoshStorage_Set (
TQ3StorageObject storage, 
short fsRefNum);
storage
A Macintosh storage object.
fsRefNum
A file reference number.
DESCRIPTION
The Q3MacintoshStorage_Set function sets the file reference number of the file associated with the Macintosh storage object specified by the storage parameter to the number specified by the fsRefNum parameter.

SPECIAL CONSIDERATIONS
You must not use Q3MacintoshStorage_Set with an open Macintosh storage object.

ERRORS
kQ3ErrorStorageIsOpen


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996